Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(164)

Unified Diff: example/truetype/main.go

Issue 58940043: code review 58940043: freetype: add a Hinting enum in the top-level freetype ... (Closed)
Patch Set: diff -r 9c2c96ee1dc1 https://code.google.com/p/freetype-go Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « example/freetype/main.go ('k') | freetype/freetype.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/truetype/main.go
===================================================================
--- a/example/truetype/main.go
+++ b/example/truetype/main.go
@@ -60,7 +60,7 @@
i0 := font.Index(c0)
hm := font.HMetric(fupe, i0)
g := truetype.NewGlyphBuf()
- err = g.Load(font, fupe, i0, nil)
+ err = g.Load(font, fupe, i0, truetype.NoHinting)
if err != nil {
log.Println(err)
return
« no previous file with comments | « example/freetype/main.go ('k') | freetype/freetype.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b