Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pixel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nproject
pixel
Commits
abcdff59604b23ba028162d897006d54cfc65c3a
Select Git revision
0 results
pixel
text
text.go
Author
Search by author
Any Author
authors
0 authors
May 09, 2017
fix typo in Text doc
· abcdff59
faiface
authored
7 years ago
abcdff59
minor change in Text doc
· dc3f9857
faiface
authored
7 years ago
dc3f9857
clarify doc
· 46122dd8
faiface
authored
7 years ago
46122dd8
add Text doc
· c8114d84
faiface
authored
7 years ago
c8114d84
minor change
· f5867628
faiface
authored
7 years ago
f5867628
improve Atlas creation, atlas is now square picture (was one row of characters)
· 248d68f6
faiface
authored
7 years ago
248d68f6
May 07, 2017
rename Text.LineHeight(scale) -> height, since now it's absolute height
· 217ac0c4
faiface
authored
7 years ago
217ac0c4
minor change
· cfaff8c0
faiface
authored
7 years ago
cfaff8c0
improve Text code
· 2d1f61f7
faiface
authored
7 years ago
2d1f61f7
add Text.BoundsOf
· 883bdc32
faiface
authored
7 years ago
883bdc32
restructure Text writing for more flexibility and consistency
· c9eea263
faiface
authored
7 years ago
c9eea263
May 05, 2017
fix Text.Bounds
· 1d17e458
faiface
authored
7 years ago
1d17e458
remove Batch from Text and optimize it
· b91d8be6
faiface
authored
7 years ago
b91d8be6
May 04, 2017
fix Text.Color
· 3d3cbd60
faiface
authored
7 years ago
3d3cbd60
May 03, 2017
move Atlas type to a separate file
· 4e6d6eeb
faiface
authored
7 years ago
4e6d6eeb
change Text.LineHeight to use actual units instead of scale (such as 1.5)
· 17ddf4fe
faiface
authored
7 years ago
17ddf4fe
add Text.Atlas (Atlas has some useful stuff, e.g. line height)
· e1e18155
faiface
authored
7 years ago
e1e18155
add Text.WriteByte
· a05abdca
faiface
authored
7 years ago
a05abdca
export Atlas from text package + add Text.WriteRune and Text.WriteString
· 31712405
faiface
authored
7 years ago
31712405
add Text.SetMatrix and Text.SetColorMask
· 3b1e0eaa
faiface
authored
7 years ago
3b1e0eaa
add Text.LineHeight and text.TabWidth
· 6a750095
faiface
authored
7 years ago
6a750095
add Text.Orig (start of the text)
· e2a16764
faiface
authored
7 years ago
e2a16764
May 02, 2017
optimize Text.Write (remove one allocation)
· 424b6e0f
faiface
authored
7 years ago
424b6e0f
add incomplete Text type in text package
· bc145eb1
faiface
authored
7 years ago
bc145eb1
Loading