Skip to content

Commit

Permalink
Enhance MilStd2525 Render Settings mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksymenko committed Jan 16, 2025
1 parent efe67e0 commit 7bc5ec1
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 108 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}
dependencies {
implementation 'earth.worldwind:worldwind:1.6.7'
implementation 'earth.worldwind:worldwind:1.6.8'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {

allprojects {
group = "earth.worldwind"
version = "1.6.7"
version = "1.6.8"

extra.apply {
set("minSdk", 21)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ actual object MilStd2525 {
family = RendererSettings.getModifierFontName(),
weight = RendererSettings.getModifierFontStyle()
)
textColor.set(RendererSettings.getLabelForegroundColor().toInt())
outlineColor.set(RendererSettings.getLabelBackgroundColor().toInt())
textColor.set(RendererSettings.getLabelForegroundColor().toARGB().toInt())
outlineColor.set(RendererSettings.getLabelBackgroundColor().toARGB().toInt())
outlineWidth = RendererSettings.getTextOutlineWidth().toFloat()
}

Expand Down
Loading

0 comments on commit 7bc5ec1

Please sign in to comment.