Skip to content

Create HowTo_PackageTextures_On_Android.md #73

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

Merged
merged 18 commits into from
Jun 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.md
  • Loading branch information
dellis1972 authored Jun 11, 2025
commit a2e1efb478456fba2080a8bcb140198b8adc6cb8
4 changes: 4 additions & 0 deletions articles/getting_to_know/howto/content_pipeline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ requireMSLicense: true
- [How to Extend the Font Description Processor to Support Additional Characters](HowTo_ExtendFontProcessor.md)

Describes the process of developing a custom content processor needed to add additional characters to a [FontDescription](xref:Microsoft.Xna.Framework.Content.Pipeline.Graphics.FontDescription) object based on the text that is required by the game.

- [How to Package Textures on Android](aHowTo_PackageTextures_On_Android.md)

Describes how to support multiple texture compression formats on Android.
Loading