Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial work for GlyphString editing and extensible data path #36

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

syntelos
Copy link

@syntelos syntelos commented May 1, 2011

Sven,
I think the commit logs tell the story. I'm going to take a break and get back to this in a couple days to wrap up the remainder of the StringBuilder API to append to the CharSequence API -- as documented in GlyphString.

(Not sure if we discussed the github account name subject, thought about it and would prefer to change it -- i've got an organization going that's simple and reflects lessons learned from [email protected]).

All comments most welcome,
John

John Pritchard added 6 commits May 1, 2011 12:21
…reate to GlyphString constructor; change AffineTransform clone method return type from Object to AffineTransform
Conflicts:
	src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java
	src/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java
	src/jogl/classes/com/jogamp/graph/curve/opengl/TextRenderer.java
	src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java
	src/jogl/classes/jogamp/graph/curve/text/GlyphString.java
	src/jogl/classes/jogamp/graph/font/FontInt.java
	src/jogl/classes/jogamp/graph/font/typecast/TypecastFont.java
	src/jogl/classes/jogamp/graph/font/typecast/TypecastRenderer.java
@syntelos
Copy link
Author

syntelos commented May 3, 2011

Not sure why my diffs are so ugly.. in one case i dropped mangled CR characters which could do that.. (sorry)

The only real change aside from a basic merge is getPaths(String) to getPaths(CharSequence) -- (mod to Rami's change from getOutline in support of a new meaning for getOutline).

John Pritchard added 5 commits May 15, 2011 22:26
Conflicts:
	src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java
	src/jogl/classes/com/jogamp/graph/curve/Region.java
	src/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java
	src/jogl/classes/com/jogamp/graph/curve/opengl/TextRenderer.java
	src/jogl/classes/com/jogamp/graph/geom/Outline.java
	src/jogl/classes/jogamp/graph/curve/opengl/VBORegion2PES2.java
	src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java
	src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java
	src/jogl/classes/jogamp/graph/curve/text/GlyphString.java
Conflicts:
	src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java
	src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant